home *** CD-ROM | disk | FTP | other *** search
- property ancestor
- global gApp
-
- on birth me
- set ancestor to NewObj("TMessenger")
- return me
- end
-
- on mSayMessage me
- set the cursor of sprite 3 to 4
- hideTapes()
- preLoad("congratulation", "congratulationEnd")
- mNewMainLayer(gApp, "TLayer", "congratulation")
- set the volume of sound 2 to 150
- plySnd(2, "FANFARE")
- busyCurs()
- end
-